home *** CD-ROM | disk | FTP | other *** search
- /**
- ** Prototypes for gbmenuselect.library
- **
- ** Created: 03. Aug 1992 us
- ** Changed: 03. Aug 1992
- ** Changed: 10. Jan 1993 jsm
- **
- **/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
- #ifndef EGS_EGB_GBMENUSELECT_H
- #include <egs/egb/gbmenuselect.h>
- #endif
-
- EB_GadBoxPtr EGB_CreateMenuGadget(EB_GadContext con, LONG id,
- EB_StrArrayPtr elems);
- void EGB_ModifyMenuGadget(EI_WindowPtr win, EI_GadgetPtr gad, WORD num);
-
-